﻿oob = "SOV_states_1936"
capital = 408
set_technology = {
	infantry_weapons = 1
	infantry_weapons1 = 1
	tech_recon = 1
	tech_support = 1
	tech_engineers = 1
	tech_mountaineers = 1
	marines = 1
	motorised_infantry = 1
	gw_artillery = 1
	basic_machine_tools = 1
	electronic_mechanical_engineering = 1
	interwar_antiair = 1
	interwar_antitank = 1
	synth_oil_experiments = 1
	basic_machine_tools = 1
	fuel_silos = 1
}
if = {
	limit = { not = { has_dlc = "Man the Guns" } }
	set_technology = {
		early_submarine = 1
		basic_submarine = 1
		early_destroyer = 1
		early_light_cruiser = 1
		early_heavy_cruiser = 1
		early_battleship = 1
		early_battlecruiser = 1
		transport = 1
	}
}
if = {
	limit = { has_dlc = "Man the Guns" }
	set_technology = {
		basic_naval_mines = 1
		submarine_mine_laying = 1
		early_ship_hull_light = 1
		basic_ship_hull_light = 1
		early_ship_hull_submarine = 1
		basic_ship_hull_submarine = 1
		early_ship_hull_cruiser = 1
		basic_ship_hull_cruiser = 1
		early_ship_hull_heavy = 1
		basic_battery = 1
		basic_light_battery = 1
		basic_torpedo = 1
		basic_depth_charges = 1
		mtg_transport = 1
	}
}
#NSB
if = {
	limit = {
		NOT = { has_dlc = "No Step Back" }
	}
	set_technology = {
		gwtank = 1
		basic_light_tank = 1
	}
}
if = {
	limit = {
		has_dlc = "No Step Back"
	}
	set_technology = {
		gwtank_chassis = 1
		engine_tech_1 = 1
		basic_light_tank_chassis = 1
	}
}

if = {
	limit = { has_dlc = "By Blood Alone" }
	set_technology = {
		iw_small_airframe = 1
		aa_lmg = 1
		aa_cannon_1 = 1
		early_bombs = 1
		engines_1 = 1
		engines_2 = 1
		iw_medium_airframe = 1
		iw_large_airframe = 1
		basic_small_airframe = 1
		basic_medium_airframe = 1
		aircraft_construction = 1
	}
}
if = {
	limit = { NOT = { has_dlc = "By Blood Alone" } }
	set_technology = {
		early_fighter = 1
		fighter1 = 1
		early_bomber = 1
		strategic_bomber1 = 1
		naval_bomber1 = 1
	}
}
set_politics = {
	ruling_party = democratic
	last_election = "1935.1.15"
	election_frequency = 72
	elections_allowed = yes
}
set_popularities = {
	democratic = 80
	fascism = 1
	neutrality = 19
}